home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000174_news@watsun.cc.columbia.edu _Fri Jan 29 18:48:48 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA15584
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 29 Jan 1999 18:48:48 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA03046
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 29 Jan 1999 18:48:01 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: More questions on Data Acquisition / RS-232
  11. Date: 29 Jan 1999 23:48:01 GMT
  12. Organization: Columbia University
  13. Message-ID: <78thbh$2up$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <36B246DB.90136312@uh.edu>, Jagan Annamalai  <jagan@uh.edu> wrote:
  17. : Frank da Cruz wrote:
  18.  
  19. : > then evidently some adjustments are necessary to Kermit's communication
  20. : > settings (speed, flow control, parity, etc), or to the cable.  The wiring
  21. : > of the cable depends on the characteristics of the device -- is it a DCE
  22. : > (like a modem) or a DTE (like a computer)?  Does it use the RTS, CTS, DTR,
  23. : > and CD leads for anything, and if so, what?
  24. : The device has a RS-232 / Printer DB-25 pin outlet. The device manual
  25. : mentions that I need to connect my computer (or printer) to this port. I use
  26. : RS-232C cable.  I have connected the device to the serial port (DB-9) on my
  27. : computer.  Should I connect it to the printer/parallel port?
  28. If the device's DB-25 connector is a parallel interface and not a serial one,
  29. then you're out of luck.  You can't plug it into the PC's serial interface,
  30. but MS-DOS Kermit does not support the parallel port as a communications
  31. device.  Parallel and serial interfaces are entirely different; no amount of
  32. rewiring can make one communicate with the other.
  33.  
  34. Have you ever seen the output from this device under any circumstances?
  35. If so, what were the circumstances?
  36.  
  37. - Frank